home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / patchfix / dbpatch / patchinp.mdb / Menus.json next >
Encoding:
JavaScript Object Notation  |  1995-05-16  |  3.8 KB

  1. {
  2.     "schema": {
  3.         "MenuCategory": "Integer",
  4.         "ItemNumber": "Integer",
  5.         "MenuText": "Text (50)",
  6.         "MacroToRun": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "MenuCategory": 1,
  11.             "ItemNumber": 1,
  12.             "MenuText": "Review/Update Employee Data",
  13.             "MacroToRun": "FrmMainMenu.AdmChangeEmpl"
  14.         },
  15.         {
  16.             "MenuCategory": 1,
  17.             "ItemNumber": 3,
  18.             "MenuText": "Print Employee Data",
  19.             "MacroToRun": "PrintReport.AdmEmployeeData"
  20.         },
  21.         {
  22.             "MenuCategory": 1,
  23.             "ItemNumber": 4,
  24.             "MenuText": "Print Blank Employee Data Form",
  25.             "MacroToRun": "PrintReport.AdmNewEmployeeForm"
  26.         },
  27.         {
  28.             "MenuCategory": 2,
  29.             "ItemNumber": 1,
  30.             "MenuText": "Review/Update Employee Time Summary",
  31.             "MacroToRun": "FrmMainMenu.AdmEmplTime"
  32.         },
  33.         {
  34.             "MenuCategory": 3,
  35.             "ItemNumber": 1,
  36.             "MenuText": "Print Weekly Time Summary Data",
  37.             "MacroToRun": "PrintReport.AdmTimeSummary"
  38.         },
  39.         {
  40.             "MenuCategory": 3,
  41.             "ItemNumber": 10,
  42.             "MenuText": "Export Weekly Time Summary Data",
  43.             "MacroToRun": "FrmMainMenu.AdmExportSummary"
  44.         },
  45.         {
  46.             "MenuCategory": 2,
  47.             "ItemNumber": 2,
  48.             "MenuText": "Review/Update Charge Numbers",
  49.             "MacroToRun": "FrmMainMenu.AdmUpdChargeNumbers"
  50.         },
  51.         {
  52.             "MenuCategory": 2,
  53.             "ItemNumber": 17,
  54.             "MenuText": "Print Charge Numbers Data",
  55.             "MacroToRun": "PrintReport.AdmChargeNumbersData"
  56.         },
  57.         {
  58.             "MenuCategory": 2,
  59.             "ItemNumber": 3,
  60.             "MenuText": "Review/Update Absence Codes",
  61.             "MacroToRun": "FrmMainMenu.AdmUpdIPSAbsence"
  62.         },
  63.         {
  64.             "MenuCategory": 2,
  65.             "ItemNumber": 4,
  66.             "MenuText": "Review/Update Labor Categories",
  67.             "MacroToRun": "FrmMainMenu.AdmUpdIPSLabor"
  68.         },
  69.         {
  70.             "MenuCategory": 2,
  71.             "ItemNumber": 6,
  72.             "MenuText": "Review/Update Project Data",
  73.             "MacroToRun": "FrmMainMenu.AdmUpdProject"
  74.         },
  75.         {
  76.             "MenuCategory": 3,
  77.             "ItemNumber": 2,
  78.             "MenuText": "Update Weekly Cost Data",
  79.             "MacroToRun": "FrmMainMenu.AdmUpdCostData"
  80.         },
  81.         {
  82.             "MenuCategory": 3,
  83.             "ItemNumber": 21,
  84.             "MenuText": "Print Weekly Cost Allocation Data (by CCN)",
  85.             "MacroToRun": "PrintReport.AdmCostSummary"
  86.         },
  87.         {
  88.             "MenuCategory": 3,
  89.             "ItemNumber": 29,
  90.             "MenuText": "Print Weekly Unpaid Absence Report",
  91.             "MacroToRun": "PrintReport.AdmAbsSummary"
  92.         },
  93.         {
  94.             "MenuCategory": 2,
  95.             "ItemNumber": 18,
  96.             "MenuText": "Print Charge Numbers and Descriptions",
  97.             "MacroToRun": "PrintReport.AdmChgDescript"
  98.         },
  99.         {
  100.             "MenuCategory": 2,
  101.             "ItemNumber": 19,
  102.             "MenuText": "Print Project Data",
  103.             "MacroToRun": "PrintReport.AdmProjectData"
  104.         },
  105.         {
  106.             "MenuCategory": 6,
  107.             "ItemNumber": 2,
  108.             "MenuText": "Calculator",
  109.             "MacroToRun": "Miscellaneous.RunCalc"
  110.         },
  111.         {
  112.             "MenuCategory": 6,
  113.             "ItemNumber": 1,
  114.             "MenuText": "Show Database Window",
  115.             "MacroToRun": "Miscellaneous.ShowDBC"
  116.         },
  117.         {
  118.             "MenuCategory": 1,
  119.             "ItemNumber": 2,
  120.             "MenuText": "Print Employee Roster and Phone List",
  121.             "MacroToRun": "PrintReport.AdmEmployeeRoster"
  122.         },
  123.         {
  124.             "MenuCategory": 5,
  125.             "ItemNumber": 1,
  126.             "MenuText": "Export Selected Time Summary Data",
  127.             "MacroToRun": "FrmMainMenu.AdmExportProjectSum"
  128.         },
  129.         {
  130.             "MenuCategory": 3,
  131.             "ItemNumber": 3,
  132.             "MenuText": "Print Weekly Project Summary Report",
  133.             "MacroToRun": "PrintReport.AdmProjectSummary"
  134.         },
  135.         {
  136.             "MenuCategory": 3,
  137.             "ItemNumber": 25,
  138.             "MenuText": "Print Weekly Cost Allocation Data (by Empl)",
  139.             "MacroToRun": "PrintReport.AdmEmplCostSummary"
  140.         },
  141.         {
  142.             "MenuCategory": 3,
  143.             "ItemNumber": 31,
  144.             "MenuText": "Labor Category Billing Summary",
  145.             "MacroToRun": "PrintReport.LaborCatBillingSum"
  146.         },
  147.         {
  148.             "MenuCategory": 5,
  149.             "ItemNumber": 2,
  150.             "MenuText": "Export Management Summary Data",
  151.             "MacroToRun": "FrmMainMenu.AdmExportMgmtSumData"
  152.         },
  153.         {
  154.             "MenuCategory": 3,
  155.             "ItemNumber": 23,
  156.             "MenuText": "Print Weekly Cost fm Average Rates (by CCN)",
  157.             "MacroToRun": "PrintReport.AdmCostSummary2"
  158.         },
  159.         {
  160.             "MenuCategory": 3,
  161.             "ItemNumber": 27,
  162.             "MenuText": "Print Weekly Job Cost Data",
  163.             "MacroToRun": "PrintReport.AdmJobCost"
  164.         },
  165.         {
  166.             "MenuCategory": 4,
  167.             "ItemNumber": 2,
  168.             "MenuText": "Print Monthly Absence Summary Report",
  169.             "MacroToRun": "PrintReport.AdmMonthlyAbsSum"
  170.         },
  171.         {
  172.             "MenuCategory": 4,
  173.             "ItemNumber": 4,
  174.             "MenuText": "Print Monthly Labor Summary Report",
  175.             "MacroToRun": "PrintReport.AdmMonthlyLbrSum"
  176.         },
  177.         {
  178.             "MenuCategory": 4,
  179.             "ItemNumber": 6,
  180.             "MenuText": "Print Monthly Absence Detail Data Report",
  181.             "MacroToRun": "PrintReport.AdmMonthlyAbsDet"
  182.         },
  183.         {
  184.             "MenuCategory": 4,
  185.             "ItemNumber": 8,
  186.             "MenuText": "Print Monthly Labor Detail Data Report",
  187.             "MacroToRun": "PrintReport.AdmMonthlyLbrDet"
  188.         },
  189.         {
  190.             "MenuCategory": 2,
  191.             "ItemNumber": 5,
  192.             "MenuText": "Review/Update Department Data",
  193.             "MacroToRun": "FrmMainMenu.AdmUpdDept"
  194.         }
  195.     ]
  196. }